Get Feature List API
This API will list all the plugins/features available at CMS.
- Request Type : GET
- End Point URL : /v1/getFeaturesList
- Authorization : basic_auth
Parameters :
- Response : 200 OK
- Sample Response
[
{
"title": "VideoConsultation"
},
{
"title": "Login"
},
{
"title": "Event calendar"
},
{
"title": "Content preference"
},
{
"title": "Consent management"
},
{
"title": "Foodpunk"
},
{
"title": "Health Courses (BaWu)"
},
{
"title": "Health Courses (Yuble)"
},
{
"title": "Vorsorgekompass"
},
{
"title": "Challenges Core Screens"
},
{
"title": "Onboarding"
},
{
"title": "Meine -anleigen"
},
{
"title": "Video conference"
},
{
"title": "Scalable Navigation - Home+Mein Bereich"
},
{
"title": "AOK Selection"
},
{
"title": "Doctor search"
},
{
"title": "Scalable Navigation - Feature+Einstellung"
},
{
"title": "Navida Base Plugin Creation"
},
{
"title": "Home"
},
{
"title": "Symptomcheck"
},
{
"title": "Clarimedis"
}
]